Welcome![Sign In][Sign Up]
Location:
Search - token lex

Search list

[ELanguagecifafenxiqi(LEX)

Description: 设计并实现一个PL/0语言的词法分析器, 对读入的PL/0源程序,输出相应的Token二元式序列。这里用lex实现。
Platform: | Size: 2995 | Author: Susan | Hits:

[ELanguagelab1

Description: c-词法分析(Lex自动生成) 能自动生成c-语言程序的token序列-c-lexical analysis (Lex automatically generated) can be automatically generated c-language program of the token sequence
Platform: | Size: 195584 | Author: | Hits:

[ELanguagelex

Description: 用C语言实现了简单的词法分析功能,用户输入任意字符串,程序输出经分析后的token序列-Using C language to achieve a simple lexical analysis function, the user to enter arbitrary strings, the program output by the analysis of the token sequence
Platform: | Size: 187392 | Author: sdfe | Hits:

[ELanguagelex

Description: 实现c--语言的词法分析器。将一个C--语言程序分割成token串的序列。处理C--语言的所有token类型。-The realization of c- the language of the lexical analyzer. A C- language program is separated into token strings sequence. To deal with C- the language of all the token types.
Platform: | Size: 66560 | Author: lst | Hits:

[ELanguageLex

Description: 基于C++的编译器词法分析模块生成器[Lex],可使用Visual C++ 2003编译,分析词法定义文件,产生确定自动机[DFA]和对应词法的分析代码,使用此代码可解析C++源码并生成TOKEN序列-Based on C++ compiler lexical analysis module generator [Lex], can use the Visual C++ 2003 to compile, analyze lexical definition file, generated to determine automata [DFA] and the corresponding lexical analysis code, use this code to resolve C++ source code and generates TOKEN sequence
Platform: | Size: 268288 | Author: secret | Hits:

[ELanguageLex

Description: 词法分析程序(完整) 实现对C语言的词法分析,自动生成Token,识别关键字 变量等-Lexical analysis program (complete) on the C language realization of the lexical analysis, automatic generation of Token, identify variables, such as keywords
Platform: | Size: 338944 | Author: Nancy | Hits:

[ELanguageLEX

Description: 编译原理的一个词法分析器。很实用。很简单。易懂-Compilation Principle of a lexical analyzer. Very practical. Is very simple. Understand
Platform: | Size: 36864 | Author: 小赵 | Hits:

[Shell apilex.yy

Description: 实现了token 的获取 实现了token 的获取 实现了token 的获取-tokentokentokentokentoken
Platform: | Size: 11264 | Author: senhai | Hits:

[ELanguagelex

Description: c-词法分析器,实现了词法分析和简单的语法token提取功能-C minus analysis
Platform: | Size: 44032 | Author: 张龙 | Hits:

[ELanguageLex-parser

Description: 用parser generator(windows下的Lex)编写的词法分析器,可以导入文件,查看符号表,token,错误信息,还可以保存这些信息。-With a parser generator (windows, under the Lex) prepared by the lexical analyzer, you can import the file, view the symbol table, token, an error message, you can also save this information.
Platform: | Size: 248832 | Author: Doom | Hits:

[ELanguagelex_simple

Description: 简单的lex编程,详细见英文描述 Running the Lex program 1. Write the Lex specifications as described above in a file, say, prog1.l 2. On moon.cse.yzu.edu.tw, do the following: flex prog1.l (Produces lex.yy.c as the output) gcc lex.yy.c -lfl (Compile the C file and link with Lex library) a.out (Run the executable, and type the input, followed by ) or, if the input is in a file, say, hw1.in, then do the following: a.out < hw1.in-Write the LEX program as per the specifications below. -------------------------------------------------------------------------------- Recognize Action Arithmetic (+,-,*, /) Print the operator along with the line number Relational (<, <=, >, >=, !=, ==) Print the operator along with the line number Assignment (=) Print the operator along with the line number Parenthesis (left and right ones) No action for now Some set of Reserved Words (for, if, while, int, ...) Print the Reserved word along with the line number Identifiers Insert into a table and keep track of the line number Numbers Print the number (should handle integer and floating point) along with the line number Keep explicit track of the current line number by recognizing "\n" as a separate token. Do not use the LEX line number variable. At the end, print the number of distinct identifiers and the line numbers on which they occur. Sample Input: int i, n, sum i =
Platform: | Size: 23552 | Author: yifuren | Hits:

[Windows DevelopBLexa

Description: 基于C++的编译器词法分析模块生成器[Lex],可使用Visual C++ 2003编译,分析词法定义文件件,产生确定自动机[DFA]和对应词法的分析代码,使用此代码可解析C++源码并生成TOKEN序列 -Lexical analysis module based on the C++ the compiler to generate device [Lex], can be compiled using the Visual C++ 2003, analysis of lexical definition file, resulting in determine automata [DFA] and the corresponding lexical analysis code, use this code resolve C++ source and generates TOKEN sequence
Platform: | Size: 220160 | Author: kgd815 | Hits:

[Otherlex

Description: 词法分析器又称扫描器。词法分析是指将我们编写的文本代码流解析为一个一个的记号,分析得到的记号以供后续语法分析使用。词法分析器的工作是低级别的分析:将字符或者字符序列转化成记号。-Lexical analyzer, also known as scanners. Lexical analysis refers to the text of the code we write flow analysis for a token one, analyze the resulting syntax notation for subsequent analysis. Lexical analyzer' s job is low-level analysis: the character or sequence of characters converted into tokens.
Platform: | Size: 256000 | Author: 周慕白 | Hits:

CodeBus www.codebus.net